
body {background-color:	#B695C0 }
h1{  text-align: center; 
          background-color: #800080;
          color: #fff176; font-weight:80px ;
  text-align: center; font-family: "Bonbon", cursive;
  font-weight: 400;
  font-style: normal; font-weight: 30;

      }
div {
	height: 150px;
	width: 150px;
	margin-left: 50px;
	float: left;
	margin-bottom: 20px;
	text-align: center;
	padding: 20px;
	margin-top: 20px;
	background-color: #FFFFFF;
	border: 1px solid #000;
}
.modA {
	border-radius: 24px;
}
.modA2 {border-radius: 24px;
		border: 4px solid;
}
.modB {
	border-top-left-radius: 24px;
}
.modB2 {border-radius: 4px;
border: 4px solid #FF0000;
}

.modC {
	border-radius: 24px 0;
}
.modC2 {border-radius: 24px; 
	border: 4px solid #0e6251;
	border-top-left-radius: 50%;
	border-bottom-right-radius:60px ;
}

.modD {
	border-radius: 36px 12px;
}
.modD2 {
	border-radius: 36px 12px;
	border: 6px solid #FF0000, ;
	background-color: #FFFF00;

}
.modE {
	border-top-right-radius: 50px 30px;
}
.modE2 {
	border-top-right-radius: 50px 30px;
		border: 4px solid #000000;
	border-top-left-radius: 30-50%;
	
}
.modF {
	border-bottom-right-radius: 50px 30px;
}
.modG {
	border-radius: 50%;
	;}
	.modG2 {
	border-radius: 50%;
	; border: 4px solid #FFC0CB ;
}
.modH {
	border-radius: 50% 50% 0 0;
}
.modI {
	border-radius: 0 20px 20px 0;
}
.modI2 {
	border-radius: 0 20px 20px 0;
	background-color: lightblue;
	border: 4px solid #000000;
	;
}
.modJ {
	border-radius: 20px 0 0 20px;

}
.modK {
	border-radius:  0 50% 0 50%;
}
.modK2{
	border-radius:  0 50% 0 50%;
	 border: 4px solid #FFC0CB ;
background-image: url(https://media.admagazine.com/photos/6647c242b48b325d5d6f3957/master/w_1600%2Cc_limit/rosa-de-china-flores-tropicales.jpg);
background-position: center;
background-size: cover;}

.modL {
	border-top-left-radius: 50% 20%;
	border-top-right-radius: 50% 20%;
	border-bottom-left-radius: 50% 20%;
	border-bottom-right-radius: 50% 20%;
	}
